home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / DefineButton2_213 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2007-04-20  |  93 b   |  5 lines

  1. on(keyPress "<Space>"){
  2.    _root.section = 5;
  3.    gotoAndPlay(_root._currentFrame + 1);
  4. }
  5.